]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-19 Luqman Adenlibrustc: Use expr_ty_adjusted in trans_overloaded_call.
2014-06-19 Brendan ZabarauskasUpdate doc comment for Int trait
2014-06-19 Brendan ZabarauskasShorten endian conversion method names
2014-06-19 Brendan ZabarauskasRemove `#[stable]` attribute from free-standing endian...
2014-06-19 Brendan ZabarauskasMerge the Bitwise and ByteOrder traits into the Int...
2014-06-19 Brendan ZabarauskasFix comment formatting
2014-06-19 Brendan ZabarauskasUse ByteOrder methods instead of free-standing functions
2014-06-19 Brendan ZabarauskasAdd a ByteOrder trait for abstracting over endian conve...
2014-06-19 Kevin BallardAdd commands :RustEmitIr and :RustEmitAsm
2014-06-19 Kevin BallardWrite documentation for the Rust vim plugin
2014-06-19 Kevin BallardRename :Run and :Expand to :RustRun and :RustExpand
2014-06-19 Kevin Ballardvim: Add :Run and :Expand commands
2014-06-18 borsauto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton
2014-06-18 borsauto merge of #14879 : Ryman/rust/resolve_super_hint_cu...
2014-06-18 borsauto merge of #14873 : pnkfelix/rust/fsk-dataflow-revis...
2014-06-18 Felix S. Klock IIAdapt test case to match current set of emitted warning...
2014-06-18 Felix S. Klock IIRegression tests for flowgraph construction bug on...
2014-06-18 Felix S. Klock IIsome extra test cases to cover in the borrow checker.
2014-06-18 Felix S. Klock IIfix typo in borrowck doc.
2014-06-18 Felix S. Klock IIEnsure dataflow of a proc never looks at blocks from...
2014-06-18 Felix S. Klock IImiddle::cfg code cleanup.
2014-06-18 Felix S. Klock IIRevise dataflow to do a cfg-driven walk.
2014-06-18 Felix S. Klock IINodeIndex should derive `Show`.
2014-06-18 Felix S. Klock IIBug fixes for flowgraph construction.
2014-06-18 borsauto merge of #14984 : thestinger/rust/libc, r=alexcrichton
2014-06-18 borsauto merge of #14990 : tomjakubowski/rust/emacs-fix...
2014-06-18 borsauto merge of #15000 : alexcrichton/rust/fix-rustdoc...
2014-06-18 borsauto merge of #14994 : nick29581/rust/comments, r=bstrie
2014-06-18 Alex Crichtonstd: Remove dual export of `Show`
2014-06-18 Alex Crichtonrustdoc: Don't inject `extern crate std`.
2014-06-18 Alex Crichtonrustdoc: Fix testing indented code blocks
2014-06-18 Daniel Micayfix signatures of mmap-related functions from libc
2014-06-18 borsauto merge of #14992 : nathantypanski/rust/collect...
2014-06-18 Nathan Typanskichange ~[] -> Vec for collect()
2014-06-18 Nick CameronWrap debuginfo.rs at 80 columns.
2014-06-18 borsauto merge of #14880 : SimonSapin/rust/byte-literals...
2014-06-18 Kevin Butlerrustc: reduce redundant resolve errors.
2014-06-18 borsauto merge of #14869 : nick29581/rust/tstore, r=nmatsakis
2014-06-17 Tom Jakubowskiemacs: Remove outdated references to ~ in tests
2014-06-17 Tom Jakubowskiemacs: Add shebang to test script
2014-06-17 Tom Jakubowskiemacs: Don't overwrite font lock for attributes
2014-06-17 Simon SapinFix expected error message in a test.
2014-06-17 borsauto merge of #14956 : nathantypanski/rust/master,...
2014-06-17 Nick CameronRemove TraitStore from ty_trait
2014-06-17 Simon SapinFix some violations of stronger guarantees for mutable...
2014-06-17 Simon SapinRefactor backslash-escape parsing to share similar...
2014-06-17 Simon SapinDocument the byte, byte string, and raw byte string...
2014-06-17 Simon SapinAdd br##"xx"## raw byte string literals.
2014-06-17 Simon SapinAdd a b"xx" byte string literal of type &'static [u8].
2014-06-17 Simon SapinAdd a b'x' byte literal of type u8.
2014-06-17 Kevin Butlerrustc: Add self/super hint for extern crate resolve...
2014-06-17 borsauto merge of #14977 : pcwalton/rust/address-insignific...
2014-06-17 borsauto merge of #14976 : luqmana/rust/focwtc, r=pcwalton
2014-06-17 Patrick Waltonlibrustc: Make addresses of immutable statics insignifi...
2014-06-17 Luqman Adenlibrustc: Check regions for overloaded calls.
2014-06-17 borsauto merge of #14957 : alexcrichton/rust/rustdoc-fixups...
2014-06-17 Alex Crichtonrustdoc: Remove outdated syntax
2014-06-17 borsauto merge of #14970 : nkoep/rust/patch-1, r=huonw
2014-06-17 Niklas Koeptutorial.md: tiny correction for --crate-type=lib
2014-06-17 borsauto merge of #14818 : tomjakubowski/rust/emacs-attribu...
2014-06-17 borsauto merge of #14945 : alexcrichton/rust/issue-14940...
2014-06-17 Alex Crichtonstd: Chunk writing to stdout on windows
2014-06-17 Nathan Typanskilibsyntax: remove dead code find_linkage_metas
2014-06-17 borsauto merge of #14947 : zwarich/rust/check-loans-not...
2014-06-17 borsauto merge of #14955 : alexcrichton/rust/rollup, r...
2014-06-17 Alex CrichtonTest fixes from rollup
2014-06-17 Alex CrichtonFix --disable-rpath and tests
2014-06-17 Christopher... Update Sublime Rust github link
2014-06-17 Daniel Micayfix typo in the libc crate
2014-06-17 Brian AndersonUpdate repo location
2014-06-17 theptrkUpdate "use" to "uses" ln186
2014-06-17 Alex Crichtondoc: Fix a link in the FAQ
2014-06-17 Alex Crichtonrustc: Don't mark type parameters as exported
2014-06-17 Alex Crichtonstd: Don't fail the task when a Future is dropped
2014-06-17 Jorge AparicioMove `num_cpus` from `std::rt::util` to `std::os`....
2014-06-17 Michael Woeristerdebuginfo: Correctly handle indirectly recursive types.
2014-06-17 Andrew GallantAdd a Syntastic plugin for Rust.
2014-06-17 John SchmidtChange prints: @T -> Gc<T> , ~T -> Box<T>
2014-06-17 Kevin Butlerrustc: Improve span for error about using a method...
2014-06-17 Alex Crichtonalloc: Refactor OOM into a common routine
2014-06-17 Alex Crichtonalloc: Allow disabling jemalloc
2014-06-17 Alex Crichtonalloc: Format heap.rs to 80-char max
2014-06-17 borsauto merge of #14855 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14852 : TeXitoi/rust/relicense-shootout...
2014-06-16 Cameron ZwarichRename check_for_assignment_to_restricted_or_frozen_loc...
2014-06-16 Cameron ZwarichSwitch to each_in_scope_loan_affecting_path
2014-06-16 Cameron ZwarichAlways check assigned loan paths to the top of the...
2014-06-16 Cameron ZwarichRemove an unused return value
2014-06-16 Cameron ZwarichCall mark_variable_as_used_mut even after assignment...
2014-06-16 Cameron ZwarichAdd a new each_in_scope_loan_affecting_path helper...
2014-06-16 Cameron ZwarichRemove Restriction
2014-06-16 Cameron ZwarichRemove RestrictionSet
2014-06-16 Cameron ZwarichRemove an unused bkcerr_code constructor parameter
2014-06-16 Cameron ZwarichRemove the last actual usage of RestrictionSet
2014-06-16 Cameron ZwarichMake a new compatible_borrow_kinds helper function
2014-06-16 Cameron ZwarichRemove an unused closure parameter
2014-06-16 Cameron ZwarichRemove a pointless check for intersection with RESTR_MUTATE
2014-06-16 Cameron ZwarichRemove comments that no longer apply after the removal...
2014-06-16 borsauto merge of #14781 : alexcrichton/rust/issue-14724...
2014-06-16 borsauto merge of #14551 : alexcrichton/rust/issue-14467...
next