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
Age
Commit message (
Expand
)
Author
Lines
2015-02-25
Always error on invalid macro fragment specifiers
Keegan McAllister
-4
/
+36
2015-02-25
Auto merge of #22512 - nikomatsakis:issue-20300-where-clause-not-bounds, r=ni...
bors
-417
/
+1066
2015-02-24
Merge conflicts due to eddyb's UFCS branch
Niko Matsakis
-9
/
+11
2015-02-24
Remove two uses of old `[]` notation
Niko Matsakis
-2
/
+2
2015-02-24
Merge conflict: port default impls code
Niko Matsakis
-1
/
+1
2015-02-24
Add handy switch `-Z treat-err-as-bug` -- it often happens that I am
Niko Matsakis
-0
/
+15
2015-02-24
Rework trait-bound-conversion so be based on the AST and rework collect
Niko Matsakis
-266
/
+552
2015-02-24
Remove bounds struct from TypeParameterDef. Bounds information is now
Niko Matsakis
-57
/
+38
2015-02-24
Rework the `get_type_parameter_bounds` impl to use a trait object
Niko Matsakis
-31
/
+79
2015-02-24
Comprehence cycle detection in `collect`. In some cases, the cycles we
Niko Matsakis
-68
/
+282
2015-02-24
Convert `astconv` to request bounds through the `AstConv` interface
Niko Matsakis
-7
/
+55
2015-02-24
Change collect to implement `AstConv` on a `ItemCtxt` rather than a
Niko Matsakis
-125
/
+180
2015-02-24
Auto merge of #22530 - rprichard:master, r=dotdash
bors
-1
/
+7
2015-02-24
Auto merge of #22172 - eddyb:almost-there, r=nikomatsakis
bors
-2648
/
+2363
2015-02-24
Auto merge of #22749 - kballard:process-stdio-constructors, r=alexcrichton
bors
-2
/
+2
2015-02-24
syntax: update pretty-printer for the `<T>::method` shorthand.
Eduard Burtescu
-3
/
+6
2015-02-24
Fix fallout from rebasing.
Eduard Burtescu
-21
/
+22
2015-02-24
rustc_typeck: unify the impl type with the UFCS path prefix type.
Eduard Burtescu
-7
/
+32
2015-02-24
Update trans/save's span hacks for fully qualified UFCS paths.
Eduard Burtescu
-3
/
+11
2015-02-24
Fix fallout from allowing impls outside of the type's definition module.
Eduard Burtescu
-9
/
+4
2015-02-24
Fix fallout from correct stability handling in UFCS.
Eduard Burtescu
-9
/
+145
2015-02-24
Fix @nikomatsakis' nits in typeck.
Eduard Burtescu
-36
/
+27
2015-02-24
tests: add two new run-pass tests for method behavior after UFCS.
Eduard Burtescu
-0
/
+69
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-200
/
+286
2015-02-24
tests: remove warnings from and rename const-polymorphic-paths to ufcs-polymo...
Eduard Burtescu
-32
/
+32
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-449
/
+444
2015-02-24
rustc_resolve: don't handle impl items as if they were modules.
Eduard Burtescu
-384
/
+156
2015-02-24
core: fix typo that wasn't caught by the hacky previous implementation.
Eduard Burtescu
-1
/
+1
2015-02-24
Use partial path resolutions in expressions for UFCS desugaring.
Eduard Burtescu
-213
/
+387
2015-02-24
rustc_resolve: remove the distinction between DefStaticMethod and DefMethod.
Eduard Burtescu
-159
/
+89
2015-02-24
rustc: use partially resolved definitions to replace the `T::A` hack.
Eduard Burtescu
-375
/
+376
2015-02-24
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
Eduard Burtescu
-722
/
+335
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-251
/
+177
2015-02-24
rustc_resolve: use DefAssociatedTy for TyQPath.
Eduard Burtescu
-84
/
+95
2015-02-24
rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542.
Eduard Burtescu
-27
/
+38
2015-02-24
rustc: remove unused ForeignType item family.
Eduard Burtescu
-3
/
+1
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-146
/
+143
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-101
/
+74
2015-02-24
Revert bogus rename from DefTrait to DefaultImpl.
Eduard Burtescu
-26
/
+26
2015-02-24
Auto merge of #22755 - Manishearth:rollup, r=Manishearth
bors
-948
/
+1401
2015-02-24
Fix integers in tests (fixup #22700)
Manish Goregaokar
-4
/
+4
2015-02-23
Disable run-pass/sepcomp-lib-lto.rs on Android until #18800 is fixed
Ryan Prichard
-0
/
+1
2015-02-24
Rollup merge of #22720 - edwardw:enum-struct-ident-walk-into-a-bar, r=nick29581
Manish Goregaokar
-0
/
+44
2015-02-24
Add tests for expect ident but find enum or struct panic
Edward Wang
-0
/
+44
2015-02-24
Remove another instance of ty_open (fixup #22213)
Manish Goregaokar
-2
/
+0
2015-02-24
Rollup merge of #22213 - eddyb:ty_open-case-closed, r=nikomatsakis
Manish Goregaokar
-320
/
+184
2015-02-24
rustc_trans: use an Lvalue Datum for an unsized lvalue to avoid bogus drops.
Eduard Burtescu
-12
/
+7
2015-02-24
tests: update expected recursion limit errors for the temporary lack of spans.
Eduard Burtescu
-16
/
+29
2015-02-24
Remove ty_open and treat Unsized lvalues as *Unsized.
Eduard Burtescu
-303
/
+159
2015-02-24
Remove double expr_u32 (fixup #22700)
Manish Goregaokar
-3
/
+0
[next]