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
/
test
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2015-01-15
rollup merge of #21066: japaric/issue-20575
Alex Crichton
-0
/
+19
2015-01-15
rustc: implement fully qualified UFCS expressions.
Eduard Burtescu
-3
/
+27
2015-01-15
support deriving `Hash` for nullary structs
Andrew Paseltiner
-0
/
+18
2015-01-15
Allow get_tydesc intrinsic to accept unsized types
Diggory Blake
-0
/
+30
2015-01-14
Refactor compare_impl_method to use all bounds
Jared Roesch
-0
/
+28
2015-01-14
Normalize associated types in the type_is_newtype_immediate pass. Fixes #21010.
Niko Matsakis
-0
/
+32
2015-01-14
Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some...
Niko Matsakis
-0
/
+43
2015-01-14
Fix DeBruijn accounting. It used to be that all trait-refs were binders,
Niko Matsakis
-0
/
+25
2015-01-14
auto merge of #21082 : brson/rust/finally, r=alexcrichton
bors
-6
/
+11
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-4
/
+4
2015-01-13
Address feedback
Brian Anderson
-40
/
+9
2015-01-13
Prefer GEP instructions over weird pointer casting
Björn Steinbrink
-0
/
+19
2015-01-13
auto merge of #20997 : nikomatsakis/rust/assoc-types-enum-field-access, r=nic...
bors
-0
/
+86
2015-01-13
Support UFCS style calls to a method defined in `Trait` where `Self`
Niko Matsakis
-0
/
+45
2015-01-13
std: Deprecate `finally` module
Brian Anderson
-1
/
+37
2015-01-13
auto merge of #20955 : nikomatsakis/rust/assoc-types-struct-field-access, r=n...
bors
-0
/
+102
2015-01-12
add test for issue #20575
Jorge Aparicio
-0
/
+19
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-4
/
+4
2015-01-12
auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton
bors
-18
/
+20
2015-01-12
Normalize bounds that we extract from where clauses. Fixes #20765.
Niko Matsakis
-0
/
+34
2015-01-12
Fix various oversights in enum field treatment in trans and typeck.
Niko Matsakis
-0
/
+86
2015-01-11
rustc_typeck: unify expected return types with formal return types to propaga...
Eduard Burtescu
-0
/
+29
2015-01-11
Give where clauses priority over builtin rules. Fixes #20959.
Niko Matsakis
-0
/
+23
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-18
/
+20
2015-01-11
Normalize the types of fields we project out of a struct or tuple struct.
Niko Matsakis
-0
/
+79
2015-01-11
Add test case that RangeTo notation works in return statements.
Daniel Grunwald
-0
/
+3
2015-01-10
test: Use Thread::scoped in two more tests
Alex Crichton
-2
/
+2
2015-01-10
Merge pull request #20771 from Kimundi/vec-macro-repeat
bors
-0
/
+17
2015-01-09
syntax: Add #[allow(unstable)] to --test expansion
Alex Crichton
-0
/
+16
2015-01-08
Add test for issue #20414
Jared Roesch
-0
/
+27
2015-01-08
Enabled the `vec![]` macro to use the `[a; b]` repeat syntax.
Marvin Löbel
-0
/
+17
2015-01-08
rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherence
Alex Crichton
-0
/
+144
2015-01-08
Remove silly long line.
Niko Matsakis
-1
/
+0
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+56
2015-01-08
rollup merge of #20740: FlaPer87/remove-opt-out-copy
Alex Crichton
-46
/
+0
2015-01-08
Add another test using projection types in impls.
Niko Matsakis
-0
/
+44
2015-01-08
Normalize types bottom up. Fixes #20666.
Niko Matsakis
-0
/
+51
2015-01-08
Adjust tests to be clearer about the type that results from a shift expression.
Niko Matsakis
-10
/
+10
2015-01-08
Rename test to fit naming convention.
Niko Matsakis
-0
/
+0
2015-01-08
Normalize types in supertraits when checking that impls are valid during wf.
Niko Matsakis
-0
/
+50
2015-01-08
Allow shift operator to take any integral type (and add a test).
Niko Matsakis
-0
/
+56
2015-01-08
Remove the deprecated opt_out_copy feature
Flavio Percoco
-46
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-52
/
+16
2015-01-07
rollup merge of #20707: nikomatsakis/issue-20582
Alex Crichton
-0
/
+27
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-3
/
+636
2015-01-07
rollup merge of #20720: nick29581/assoc-ice-missing
Alex Crichton
-0
/
+52
2015-01-08
Remove String impls and fix for make tidy
Nick Cameron
-1
/
+1
2015-01-07
rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...
Alex Crichton
-0
/
+91
2015-01-07
rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projection
Alex Crichton
-0
/
+78
[prev]
[next]