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
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Exempt phantom fns from the object safety check
Niko Matsakis
-4
/
+5
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-215
/
+438
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-101
/
+101
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-4
/
+4
2015-02-18
Stabilize std::borrow
Aaron Turon
-4
/
+4
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-101
/
+101
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-3
/
+2
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-8
/
+8
2015-02-18
rollup merge of #22482: alexcrichton/cstr-changes
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-5
/
+202
2015-02-18
rollup merge of #22452: nikomatsakis/issue-22040-18956-Self
Alex Crichton
-8
/
+95
2015-02-18
rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-types
Alex Crichton
-92
/
+69
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-32
/
+25
2015-02-18
Try to write some basic docs.
Niko Matsakis
-3
/
+20
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-1
/
+1
2015-02-18
Add deprecated versions of the old markers and integrate them back into the v...
Niko Matsakis
-0
/
+8
2015-02-18
Always prefer where-clauses over impls in trait selection. Fixes #22110.
Niko Matsakis
-57
/
+14
2015-02-18
Extend the implicator so it produces general obligations and also so
Niko Matsakis
-1
/
+1
2015-02-18
traits: break apart the "full normalization" code used for normalizing
Niko Matsakis
-14
/
+33
2015-02-18
Move `tcx` from `Typer` into `ClosureTyper`
Niko Matsakis
-7
/
+4
2015-02-18
Replace `assert_no_late_bound_regions` with
Niko Matsakis
-13
/
+17
2015-02-18
make FromIterator use IntoIterator
Alexis
-3
/
+3
2015-02-18
Implement RFC 580
Aaron Turon
-5
/
+5
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-5
/
+202
2015-02-18
Fallout: add phantom data to the type inferencer
Niko Matsakis
-6
/
+8
2015-02-18
Fallout: remove unused type and region parameters.
Niko Matsakis
-10
/
+7
2015-02-18
Constrain operands to outlive the operation. Fixes #21422.
Niko Matsakis
-0
/
+21
2015-02-18
Extend coherence check to understand subtyping.
Niko Matsakis
-39
/
+73
2015-02-18
Report errors for type parameters that are not constrained, either by
Niko Matsakis
-0
/
+7
2015-02-18
Introduce the new phantomdata/phantomfn markers and integrate them
Niko Matsakis
-167
/
+304
2015-02-18
Convert required suffixes into a use of `as`.
Niko Matsakis
-2
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-17
Register new snapshots
Alex Crichton
-58
/
+0
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-32
/
+5
2015-02-17
rollup merge of #22459: alexcrichton/feature-names
Alex Crichton
-2
/
+2
2015-02-17
rollup merge of #22456: steveklabnik/fix_grammar
Alex Crichton
-2
/
+2
2015-02-18
librustc: implement Clone for middle::ty::FreeVar
Kevin Butler
-1
/
+1
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-6
/
+6
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-25
/
+18
2015-02-17
rollup merge of #22191: nagisa/target-ptr-width-json
Alex Crichton
-1
/
+1
2015-02-17
rollup merge of #22024: alexcrichton/ascii
Alex Crichton
-3
/
+32
2015-02-17
Traits that reference `Self` in the supertrait list are not object-safe. Fixe...
Niko Matsakis
-7
/
+81
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-17
rustc: Track stability of trait implementations
Alex Crichton
-3
/
+32
2015-02-18
Remove the implicit `'static` bound on `Send`.
Huon Wilson
-32
/
+5
2015-02-17
Fix grammar in error message
Steve Klabnik
-2
/
+2
2015-02-17
When converting parameters for an object type, be careful of defaults that re...
Niko Matsakis
-1
/
+14
2015-02-17
Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis
Manish Goregaokar
-56
/
+9
2015-02-17
Rollup merge of #22282 - steveklabnik:gh5831, r=brson
Manish Goregaokar
-2
/
+2
2015-02-17
Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfackler
Manish Goregaokar
-238
/
+281
[next]