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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
util
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-7
/
+0
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+9
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-7
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+9
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-10
/
+10
2015-01-18
libsyntax: int types -> isize
Paul Collier
-4
/
+4
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-3
/
+3
2015-01-17
libsyntax: uint types to usize
Paul Collier
-8
/
+8
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-5
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-4
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-6
/
+6
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
syntax: fix fallout
Jorge Aparicio
-3
/
+5
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+5
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-9
/
+9
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-9
/
+9
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-17
/
+13
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-2
/
+4
2014-12-03
Fix fallout
Jorge Aparicio
-2
/
+2
2014-11-29
Fix rustc panic on second compile_input
Murarth
-0
/
+5
2014-11-17
libsyntax: Add tests for `parse_view_item`
Murarth
-0
/
+7
2014-11-17
Fallout from deprecation
Aaron Turon
-6
/
+14
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-12
Register new snapshots
Alex Crichton
-6
/
+0
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-11-05
Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord
Jorge Aparicio
-0
/
+6
2014-11-01
collections: Remove all collections traits
Alex Crichton
-10
/
+10
2014-10-31
DSTify Hash
Jorge Aparicio
-3
/
+3
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-4
/
+4
2014-09-17
auto merge of #17223 : retep998/rust/into_string, r=huonw
bors
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-7
/
+13
2014-09-15
auto merge of #17221 : bkoropoff/rust/strinterner-unsafe, r=sfackler
bors
-11
/
+0
2014-09-14
syntax: tests: fix fallout from using ptr::P.
Eduard Burtescu
-3
/
+1
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-4
/
+5
2014-09-14
syntax: fold: use move semantics for efficient folding.
Eduard Burtescu
-1
/
+14
2014-09-13
Improve memory usage of libsyntax
Peter Atashian
-1
/
+1
2014-09-12
Remove unused, unsound method on StrInterner
Brian Koropoff
-11
/
+0
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-2
/
+2
2014-08-26
DST coercions and DST structs
Nick Cameron
-1
/
+4
2014-07-09
Fix all the test fallout
Corey Richardson
-35
/
+37
2014-07-09
ast: make Name its own type
Corey Richardson
-9
/
+9
2014-07-09
syntax: doc comments all the things
Corey Richardson
-22
/
+22
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-3
/
+3
[next]