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
/
libsyntax
/
util
Age
Commit message (
Expand
)
Author
Lines
2014-03-30
Rename `from_iterator` to `from_iter` for consistency.
Brian Anderson
-2
/
+2
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-1
/
+1
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-6
/
+4
2014-03-23
std: remove the `equals` method from `TotalEq`.
Huon Wilson
-5
/
+1
2014-03-23
use TotalEq for HashMap
Daniel Micay
-1
/
+1
2014-03-22
syntax: Fix fallout of removing get()
Alex Crichton
-30
/
+25
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-6
/
+0
2014-03-20
auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
bors
-1
/
+1
2014-03-20
Relax interner's Share bound
Flavio Percoco
-4
/
+1
2014-03-20
Replace Freeze bounds with Share bounds
Flavio Percoco
-1
/
+4
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-6
/
+6
2014-03-19
Discard MTWT & interner tables from TLD after they stop being useful.
Eduard Burtescu
-0
/
+10
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-1
/
+2
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-26
/
+7
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-2
/
+2
2014-03-04
Expand nested items within a backtrace.
Nick Cameron
-0
/
+8
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-7
/
+14
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-22
/
+22
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-0
/
+8
2014-02-24
std: minor whitespace cleanup
Erick Tryzelaar
-4
/
+2
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-5
/
+5
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-21
std: rewrite Hash to make it more generic
Erick Tryzelaar
-0
/
+1
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-1
/
+7
2014-02-14
Expand ItemDecorator extensions in all contexts
Steven Fackler
-1
/
+7
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-9
/
+9
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-4
/
+4
2014-02-08
Fixed error starting with uppercase
mr.Shu
-1
/
+1
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-2
/
+2
2014-02-03
syntax: Remove usage of io_error in tests
Alex Crichton
-9
/
+9
2014-02-02
librustc: Remove `@str` from the language
Patrick Walton
-1
/
+1
2014-02-02
libsyntax: Remove `@str` from the interner
Patrick Walton
-37
/
+80
2014-02-02
libsyntax: Fix tests.
Patrick Walton
-2
/
+2
2014-02-02
librustc: Stop using `@str` for source.
Patrick Walton
-11
/
+11
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-0
/
+11
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2014-01-18
Rename iterators for consistency
Palmer Cox
-5
/
+5
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-5
/
+5
2014-01-07
'borrowed pointer' -> 'reference'
Brian Anderson
-1
/
+1
2014-01-03
libsyntax: De-`@mut` `Interner::vect`
Patrick Walton
-19
/
+31
2014-01-03
libsyntax: De-`@mut` the interner map
Patrick Walton
-10
/
+15
2014-01-03
librustc: De-`@mut` the parse session
Patrick Walton
-3
/
+3
2014-01-02
libsyntax: Fix test and merge fallout.
Patrick Walton
-1
/
+1
2013-12-08
Remove dead codes
Kiet Tran
-1
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-4
/
+4
2013-11-26
auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
bors
-18
/
+20
2013-11-27
Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.
Eduard Burtescu
-18
/
+20
2013-11-26
Clean up SmallVector use a bit
Steven Fackler
-79
/
+27
2013-11-26
Support multiple item macros
Steven Fackler
-0
/
+28
2013-11-26
Add SmallVector to libsyntax
Steven Fackler
-0
/
+213
[next]