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
/
interner.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
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
std: Stabilize the `hash` module
Alex Crichton
-1
/
+75
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+9
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+9
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-3
/
+3
2015-01-17
libsyntax: uint types to usize
Paul Collier
-3
/
+3
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-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
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-17
/
+13
2014-11-29
Fix rustc panic on second compile_input
Murarth
-0
/
+5
2014-11-17
Fallout from deprecation
Aaron Turon
-6
/
+14
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-12
Register new snapshots
Alex Crichton
-6
/
+0
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-10-31
DSTify Hash
Jorge Aparicio
-3
/
+3
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-3
/
+3
2014-09-17
auto merge of #17223 : retep998/rust/into_string, r=huonw
bors
-1
/
+1
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-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
-3
/
+3
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-06-04
syntax: use doc comments in the interner
Corey Richardson
-5
/
+5
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+2
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-3
/
+3
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-5
/
+0
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-5
/
+5
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
[next]