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
/
librustc
/
middle
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton
bors
-100
/
+173
2015-01-08
rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherence
Alex Crichton
-31
/
+65
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-9
/
+9
2015-01-08
rollup merge of #20751: nikomatsakis/issue-20232
Alex Crichton
-39
/
+97
2015-01-08
Normalize types bottom up. Fixes #20666.
Niko Matsakis
-1
/
+3
2015-01-08
Normalize types in supertraits when checking that impls are valid during wf.
Niko Matsakis
-2
/
+1
2015-01-08
Normalize types in impls, add test for coherence failure.
Niko Matsakis
-30
/
+63
2015-01-08
Add a warning feature gate for int/uint in types and i/u suffixes.
Huon Wilson
-2
/
+2
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-9
/
+9
2015-01-08
Fix the actual bug for #20232: when creating the cmt for the implicit
Niko Matsakis
-10
/
+23
2015-01-08
Update the "English-language" to-string function of a `cmt` to use
Niko Matsakis
-29
/
+74
2015-01-08
Remove the deprecated opt_out_copy feature
Flavio Percoco
-21
/
+2
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-2
/
+1
2015-01-07
rollup merge of #20707: nikomatsakis/issue-20582
Alex Crichton
-11
/
+25
2015-01-07
rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...
Alex Crichton
-6
/
+41
2015-01-07
rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projection
Alex Crichton
-15
/
+43
2015-01-07
rollup merge of #20631: huon/no-drop-and-copy
Alex Crichton
-1
/
+8
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-251
/
+251
2015-01-07
Normalize associated types in `with_field_tys`
Niko Matsakis
-1
/
+24
2015-01-07
Use ty::type_is_sized() so that we handle projection types properly.
Niko Matsakis
-5
/
+17
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+16
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-9
/
+17
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+16
2015-01-08
Require that types cannot implement both Drop and Copy.
Huon Wilson
-1
/
+8
2015-01-07
use slicing sugar
Jorge Aparicio
-251
/
+251
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-9
/
+17
2015-01-07
Solve rather subtle bug in `replace_late_bound_regions` -- we were passing th...
Niko Matsakis
-10
/
+21
2015-01-07
Rename common::normalize to common::erase_regions
Niko Matsakis
-1
/
+4
2015-01-07
auto merge of #20655 : nikomatsakis/rust/carl-ice, r=aturon
bors
-1
/
+13
2015-01-07
Remember to check the name of the associated type being projected when search...
Niko Matsakis
-1
/
+13
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-15
/
+15
2015-01-06
More test fixes
Alex Crichton
-3
/
+3
2015-01-06
Fix misspelled comments.
Joseph Crail
-15
/
+15
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-8
/
+6
2015-01-06
rollup merge of #20645: nikomatsakis/rustbook-ice
Alex Crichton
-60
/
+101
2015-01-06
Register new snapshots
Alex Crichton
-25
/
+2
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-228
/
+228
2015-01-07
markers -> marker
Nick Cameron
-5
/
+5
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-9
/
+9
2015-01-07
fallout
Nick Cameron
-9
/
+14
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-228
/
+228
2015-01-06
Convert the TODO into FIXME.
Niko Matsakis
-2
/
+2
2015-01-06
Support methods invoked on projection types based on the bounds found in the ...
Niko Matsakis
-15
/
+34
2015-01-06
Be stricter with binders in method probing.
Niko Matsakis
-0
/
+15
2015-01-07
Only use built-in indexing for uint indexes
Nick Cameron
-1
/
+0
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-48
/
+21
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-162
/
+162
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-5
/
+5
[next]