]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-08 Matthew JasperNormalize associated types when checking global bounds
2018-06-08 Matthew JasperFix a typo
2018-06-08 Matthew Jasper Test that object bounds are preferred over global...
2018-06-08 Matthew JasperAdd tests for associated types and inconsistent bounds
2018-06-08 Matthew JasperReenable trivial bounds
2018-05-31 borsAuto merge of #51235 - nikomatsakis:issue-51117-borrowc...
2018-05-31 Niko Matsakischange `PointerKind::Implicit` to a note
2018-05-31 borsAuto merge of #51203 - nnethercote:obligations-2, r...
2018-05-31 borsAuto merge of #51182 - eddyb:not-just-visibility, r...
2018-05-31 borsAuto merge of #51127 - frewsxcv:frewsxcv-discriminant...
2018-05-31 Corey FarwellAdd doc link from discriminant struct to function.
2018-05-31 borsAuto merge of #51145 - petrochenkov:npbot, r=alexcrichton
2018-05-31 borsAuto merge of #51220 - nikomatsakis:issue-51008-false...
2018-05-30 Nicholas NethercoteInline `NodeIndex` methods.
2018-05-30 Nicholas NethercoteRemove `ObligationForest::cache_list`.
2018-05-30 borsAuto merge of #51138 - spastorino:add-polonius-compare...
2018-05-30 borsAuto merge of #51215 - eddyb:visit-for-a-lifetime,...
2018-05-30 Vadim Petrochenkovresolve: Make sure indeterminate and inconsistent macro...
2018-05-30 Niko Matsakisalso reset anon-param-mode for `fn()` types
2018-05-30 Niko Matsakisreset the "anonymous lifetime mode" for parenthesized...
2018-05-30 Santiago PastorinoRun rustfmt
2018-05-30 Santiago PastorinoAdd compare-mode to x.py
2018-05-30 Eduard-Mihai... rustc: rename mir::LocalDecl's syntactic_source_info...
2018-05-30 Eduard-Mihai... rustc: turn mir::LocalDecl's visibility_source_info...
2018-05-30 Eduard-Mihai... rustc: use syntactic (instead of visibility) source...
2018-05-30 Eduard-Mihai... rustc: rename mir::LocalDecl's source_info to visibilit...
2018-05-30 Eduard-Mihai... rustc: turn mir::LocalDecl's syntactic_scope into a...
2018-05-30 Eduard-Mihai... rustc: rename mir::SourceScopeInfo to mir::SourceScopeL...
2018-05-30 Eduard-Mihai... rustc: rename mir::VisibilityScope to mir::SourceScope.
2018-05-30 Eduard-Mihai... rustc: don't visit lifetime parameters through visit_li...
2018-05-30 Eduard-Mihai... syntax: remove overloading of fold_lifetime{,_def}...
2018-05-30 Santiago PastorinoAdd polonius compare mode
2018-05-30 borsAuto merge of #51100 - estebank:as-ref, r=oli-obk
2018-05-30 Esteban KüberSuggest using `as_ref` on some borrow errors [hack]
2018-05-30 borsAuto merge of #50955 - steveklabnik:update-libbacktrace...
2018-05-30 Alex CrichtonReplace libbacktrace with a submodule
2018-05-30 Alex Crichtonstd: Delete bundled libbacktrace module
2018-05-30 borsAuto merge of #50880 - glandium:oom, r=SimonSapin
2018-05-30 borsAuto merge of #51106 - davidtwco:issue-50934, r=nikomat...
2018-05-30 borsAuto merge of #51017 - estebank:crate-name-in-path...
2018-05-30 borsAuto merge of #50783 - pnkfelix:issue-27282-match-borro...
2018-05-30 Mike HommeyAdd hooks allowing to override the `oom` behavior
2018-05-29 borsAuto merge of #50772 - nicokoch:fastcopy, r=alexcrichton
2018-05-29 Nicolas KochFix additional nits:
2018-05-29 Felix S. Klock IIReview feedback: Adding test cases suggested by arielb1.
2018-05-29 Felix S. Klock IIReview feedback: Fix typo.
2018-05-29 Felix S. Klock IIReview feedback, remove fixme comment.
2018-05-29 Felix S. Klock IIReview feedback: Remove a fixme/tbd note and just add...
2018-05-29 Felix S. Klock IIReview feedback: update fixme comment to reflect reality.
2018-05-29 Felix S. Klock IIreview feedback: fix indentation of pattern candidates...
2018-05-29 Felix S. Klock IITests illustrating the bug fixes for #27282 and #24535.
2018-05-29 Felix S. Klock IITest update: Fallout from ReadForMatch statements ...
2018-05-29 Felix S. Klock IIExpand two-phase-borrows so that a case like this still...
2018-05-29 Felix S. Klock IIFallout from allowing some mutation in guards.
2018-05-29 Felix S. Klock IIrust-lang/rust#41962 has a new error with my new code...
2018-05-29 Felix S. Klock IIrust-lang/rust#27282: emit `ReadForMatch` on each match...
2018-05-29 Felix S. Klock IIrust-lang/rust#27282: Add `StatementKind::ReadForMatch...
2018-05-29 Felix S. Klock IIDebug flag to bypass restriction of mutation in match...
2018-05-29 Mike HommeyPass a `Layout` to `oom`
2018-05-29 Niko Matsakisfix off by one error
2018-05-29 Niko Matsakistweak debug output some more
2018-05-29 David WoodEnsure that all statements in block are visited not...
2018-05-29 Niko Matsakisadd some debugging statements
2018-05-29 David WoodRefactored DFS to be much cleaner. Added continue after...
2018-05-29 borsAuto merge of #51165 - SimonSapin:opt2, r=alexcrichton
2018-05-29 Simon SapinChange the comment on `opt-level = 2` to point to https...
2018-05-29 borsAuto merge of #51133 - spastorino:make_borrowck_use_out...
2018-05-29 Niko MatsakisWIP fix rustc-hash cargo.lock entry for polonius-engine
2018-05-29 Santiago PastorinoWhitelist datafrog on tidy
2018-05-29 Santiago PastorinoRun rustfmt
2018-05-29 Santiago PastorinoUse polonius_output
2018-05-29 Douglas Camposstore output in FlowState
2018-05-29 Douglas Camposstore polonius output in MirBorrowCtx
2018-05-29 Douglas Camposit compiles, but we do not use the output yet
2018-05-29 Douglas Camposexpose -Zpolonius flag
2018-05-29 Douglas Camposbump polonius engine
2018-05-29 borsAuto merge of #51134 - RalfJung:from_raw_parts, r=Simon...
2018-05-29 Simon SapinRevert "Set opt-level to 3"
2018-05-29 borsAuto merge of #51019 - Zoxc:hash-bytes, r=michaelwoerister
2018-05-29 borsAuto merge of #51142 - nickbabcock:doc-inspect, r=frewsxcv
2018-05-29 borsAuto merge of #51144 - tmccombs:unix-epoch-stable,...
2018-05-29 borsAuto merge of #50475 - csmoe:debr, r=nikomatsakis
2018-05-29 Thayne McCombsStabilize SystemTime::UNIX_EPOCH
2018-05-28 Nick BabcockDocument additional use case for iter::inspect
2018-05-28 Niko Matsakischange to 0-based indices
2018-05-28 Niko Matsakismake depth private
2018-05-28 Niko Matsakisremove use of depth from `TyS` and replace with a debru...
2018-05-28 Niko Matsakisreplace `binder_depth` in `LateBoundRegionsDetector`
2018-05-28 Niko Matsakisconvert `LateBoundRegionsCollector` to track a debruijn...
2018-05-28 Niko Matsakisreplace use of DebruijnIndex in `for_each_free_region`
2018-05-28 Niko Matsakisrefactor `resolve_lifetime` to track outer-index, not...
2018-05-28 Niko Matsakisrewrite the hasher to not access `depth` field
2018-05-28 Niko Matsakisport `nice_region_error` code to not track depth but...
2018-05-28 Niko Matsakisstop invoking `DebruijnIndex::new` directly
2018-05-28 Niko Matsakismake `shifted_in` and `shifted_out` const fns
2018-05-28 Niko Matsakisport `fold_regions` and friends to use debruijn indices...
2018-05-28 borsAuto merge of #50465 - clarcharr:wrapping, r=KodrAus
2018-05-28 Ralf Jungget rid of str::from_raw_parts_mut
2018-05-28 borsAuto merge of #50929 - zackmdavis:hiridification_initia...
2018-05-28 John Kåre AlsakerUpdate rustc-hash to hash up to 8 bytes at once with...
next