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
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2015-01-22
Auto merge of #21187 - oli-obk:feature/hint_struct_field_access, r=alexcrichton
bors
-0
/
+71
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-12
/
+52
2015-01-21
rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2
Alex Crichton
-0
/
+57
2015-01-21
Deny imports after non-item statements.
Eduard Burtescu
-0
/
+21
2015-01-21
Added some tests for arbitrary ordered view items
Marvin Löbel
-0
/
+52
2015-01-21
tests: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-35
/
+2
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-11
/
+11
2015-01-21
rollup merge of #21441: alexcrichton/rustc-opts
Alex Crichton
-18
/
+2
2015-01-21
rollup merge of #21429: GuillaumeGomez/macro-fix
Alex Crichton
-0
/
+14
2015-01-21
rollup merge of #21421: huonw/one-suggestion-per-trait
Alex Crichton
-0
/
+22
2015-01-21
rollup merge of #21411: P1start/help-tweaks
Alex Crichton
-9
/
+9
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-11
/
+11
2015-01-20
rustc: Remove deprecated lint names
Alex Crichton
-18
/
+2
2015-01-20
Forbid coercing &T to &mut T
Seo Sanghyeon
-4
/
+29
2015-01-20
Avoid suggesting traits multiple times.
Huon Wilson
-0
/
+22
2015-01-20
librustc: hint close matches on accessing nonexisting fields
Oliver Schneider
-0
/
+71
2015-01-20
Fix up some ‘help’ messages
P1start
-9
/
+9
2015-01-20
Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix
bors
-2
/
+37
2015-01-19
Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon
bors
-4
/
+2
2015-01-19
Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...
bors
-1
/
+1
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-19
Fixes #21033 with accompanying test.
Tom Chittenden
-1
/
+1
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-4
/
+2
2015-01-18
rustc_resolve: Do not allow mods to shadow types
Alex Crichton
-0
/
+44
2015-01-18
Add test for issue #21356
Adolfo Ochagavía
-0
/
+14
2015-01-18
auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakis
bors
-7
/
+7
2015-01-17
Add allow(unstable) to tests that need it
Brian Anderson
-0
/
+11
2015-01-17
Register new snapshots.
Eduard Burtescu
-4
/
+4
2015-01-17
Update syntax of ignored test.
Steve Klabnik
-1
/
+1
2015-01-17
auto merge of #21233 : huonw/rust/simd-size, r=Aatch
bors
-0
/
+26
2015-01-17
auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis
bors
-0
/
+25
2015-01-17
Address nits in trait suggestions.
Huon Wilson
-7
/
+7
2015-01-17
Feature gate SIMD in FFI, due to unknown ABIs.
Huon Wilson
-0
/
+26
2015-01-16
syntax: Feature gate #[start] and #[main]
Alex Crichton
-2
/
+37
2015-01-16
auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis
bors
-0
/
+62
2015-01-16
Project region bounds out of the trait when deciding whether a
Niko Matsakis
-0
/
+57
2015-01-16
rustc_resolve: Correctly record privacy of methods
Alex Crichton
-0
/
+25
2015-01-16
Prefer implemented traits in suggestions.
Huon Wilson
-6
/
+38
2015-01-16
addressed comments
Flavio Percoco
-48
/
+39
2015-01-16
Allow negative impls just for Send and Sync
Flavio Percoco
-0
/
+20
2015-01-16
Don't use NoSend/NoSync in tests
Flavio Percoco
-37
/
+57
2015-01-16
Fix coherence for negative implementations
Flavio Percoco
-0
/
+20
2015-01-16
Check for negative impls for `Send` and `Sync`
Flavio Percoco
-20
/
+38
2015-01-16
Negative impls are considered safe
Flavio Percoco
-0
/
+20
2015-01-16
Add test for missing default impl
Flavio Percoco
-0
/
+20
2015-01-15
rollup merge of #21167: FlaPer87/coherence-impls
Alex Crichton
-0
/
+37
2015-01-15
rollup merge of #21161: japaric/ufcs-hash
Alex Crichton
-0
/
+21
2015-01-15
rollup merge of #21144: nagisa/asm-str-fix
Alex Crichton
-0
/
+16
2015-01-15
rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1
Alex Crichton
-0
/
+49
[next]