index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
front
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
auto merge of #7487 : huonw/rust/vec-kill, r=cmr
bors
-2
/
+2
2013-06-30
Bump version from 0.7-pre to 0.7
Brian Anderson
-2
/
+2
2013-06-30
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
Huon Wilson
-2
/
+2
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-7
/
+4
2013-06-27
Remove many shared pointers
Philipp Brüschweiler
-10
/
+9
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-195
/
+0
2013-06-23
Fix get_tydesc() return type
Philipp Brüschweiler
-4
/
+12
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+2
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-4
/
+4
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-13
/
+13
2013-06-08
remove deprecated vec::{is_empty, len} functions
Daniel Micay
-3
/
+2
2013-06-09
remove unused import warnings
Huon Wilson
-1
/
+0
2013-06-05
removed unused imports (and one unused argument)
John Clements
-6
/
+3
2013-06-05
removed some interner fields
John Clements
-3
/
+4
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-2
/
+11
2013-06-01
syntax: move callee_id into the expr_ variants
Erick Tryzelaar
-4
/
+0
2013-05-30
Make missing documentation linting more robust
Alex Crichton
-0
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-2
/
+7
2013-05-24
Actually filter view_items in blocks
Alex Crichton
-1
/
+3
2013-05-22
librustc: Make `std_inject` inject the name `std`, not `core`
Patrick Walton
-2
/
+2
2013-05-22
librustc: Change `std` to `extra` throughout libsyntax and librustc
Patrick Walton
-13
/
+13
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+8
2013-05-22
librustc: Rename core injection to std injection
Patrick Walton
-10
/
+9
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-3
/
+3
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-11
/
+11
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-1
/
+1
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-5
/
+5
2013-05-08
librustc: Stop parsing modes and remove them entirely from the language
Patrick Walton
-1
/
+1
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-18
/
+9
2013-05-02
Lets see if changing `span_fatal` to `span_err` gets me further through make ...
Felix S. Klock II
-1
/
+1
2013-05-02
Issue 4391: rustc should not silently skip tests with erroneous signature.
Felix S. Klock II
-2
/
+9
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-16
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2
/
+3
2013-04-29
librustc: Remove the legacy mode in the type visitor intrinsic.
Patrick Walton
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-15
/
+0
2013-04-22
librustc: Remove `use mod` from the language
Patrick Walton
-1
/
+0
2013-04-19
rustc: de-mode + fallout from libsyntax changes
Alex Crichton
-12
/
+12
2013-04-15
auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydon
bors
-1
/
+5
2013-04-10
Bump version to 0.7-pre
Brian Anderson
-2
/
+2
2013-04-10
path -> Path
John Clements
-5
/
+5
2013-04-09
Bump version to 0.7-pre
Brian Anderson
-2
/
+2
2013-04-08
Make intrinsic::Opaque more opaque
Jed Davis
-2
/
+1
2013-04-08
Export adt::trans_get_discr abstractly to the type visitor.
Jed Davis
-0
/
+5
2013-04-08
Feed enum field offsets to type vistors.
Jed Davis
-1
/
+1
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-5
/
+5
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-1
/
+1
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-3
/
+3
2013-03-21
librustc: Register new snapshots
Patrick Walton
-18
/
+0
2013-03-20
add stage3 markers where necessary for dist-snap
Graydon Hoare
-0
/
+1
2013-03-19
librustc: adjust logic for cfg attribute and add not predicate.
Luqman Aden
-12
/
+13
[next]