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-05-14
syntax: replace sess.span_diagnostic.cm with sess.codemap().
Eduard Burtescu
-3
/
+2
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-4
/
+3
2015-05-09
address fallout in libsyntaxtest.
Felix S. Klock II
-1
/
+5
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-2
/
+2
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-6
/
+7
2015-04-21
syntax: Don't use unstable fn to convert single element to a slice
Erick Tryzelaar
-1
/
+4
2015-04-10
Simplifications to statement macro handling.
Christopher Chambers
-23
/
+1
2015-04-10
Improves semicolon expansion efficiency, corrects bt_pop placement.
Christopher Chambers
-0
/
+36
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-1
/
+1
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-3
/
+3
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-2
/
+2
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-2
/
+2
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-2
/
+2
2015-02-20
Register new snapshots
Alex Crichton
-75
/
+0
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-2
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-5
/
+5
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-6
/
+6
2015-02-18
Stabilize std::borrow
Aaron Turon
-6
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-5
/
+5
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-3
/
+3
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+1
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+2
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+75
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-11
/
+11
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-34
/
+34
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
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
[next]