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
/
librustc
/
util
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20707: nikomatsakis/issue-20582
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-19
/
+19
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-38
/
+41
2015-01-07
use slicing sugar
Jorge Aparicio
-19
/
+19
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-38
/
+41
2015-01-07
Solve rather subtle bug in `replace_late_bound_regions` -- we were passing th...
Niko Matsakis
-2
/
+2
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-26
/
+27
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-26
/
+27
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-19
/
+19
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
remove ty_closure
Jorge Aparicio
-4
/
+1
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
Remove the AssocSpace
Niko Matsakis
-2
/
+1
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-11
/
+2
2014-12-30
Integrate projection bounds to `ExistentialBounds` but do not use them for an...
Niko Matsakis
-4
/
+4
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-5
/
+49
2014-12-30
Rename `Polytype` to `TypeScheme` to differentiate type schemes (early bound)...
Niko Matsakis
-2
/
+2
2014-12-30
More rebase fixes.
Huon Wilson
-2
/
+0
2014-12-29
Rebase fixes.
Huon Wilson
-1
/
+1
2014-12-29
Intern Region in tcx.
Huon Wilson
-1
/
+1
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-3
/
+5
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-2
/
+14
2014-12-22
Change print out to include the path to the fn, a bit ad-hoc for now .
Niko Matsakis
-2
/
+14
2014-12-22
Rote changes that don't care to distinguish between a fn pointer and a fn item.
Niko Matsakis
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-13
/
+14
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-0
/
+63
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2014-12-21
rollup merge of #20057: nick29581/array-syntax
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20039: barosl/if-let-friendly-error
Alex Crichton
-2
/
+3
2014-12-21
rollup merge of #19979: Munksgaard/19978
Alex Crichton
-1
/
+5
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-1
/
+1
2014-12-20
Drop the Match prefix from the MatchSource variants
Barosl Lee
-2
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-6
/
+2
2014-12-19
Add a check for uninferred type parameter
Philip Munksgaard
-1
/
+5
2014-12-19
Make all predicates higher-ranked, not just trait references.
Niko Matsakis
-0
/
+53
2014-12-19
Centralize on using `Binder` to introduce new binding levels, rather than hav...
Niko Matsakis
-22
/
+32
2014-12-19
Rename the code that replaces unbound variables to "freshen" rather than "sko...
Niko Matsakis
-2
/
+2
2014-12-19
Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.
Niko Matsakis
-21
/
+18
2014-12-19
Fix bug in higher-ranked code that would sometimes leak skolemized regions an...
Niko Matsakis
-1
/
+7
2014-12-17
rollup merge of #19912: P1start/fn-formatting
Alex Crichton
-8
/
+17
2014-12-17
Use the sugary syntax to print the `Fn` traits in error messages
P1start
-8
/
+17
[prev]
[next]