]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-12-06 Simon SapinRename fs::read_utf8 to read_string
2017-12-06 Niko Matsakiscompiletest: account for `ui` reference files when...
2017-12-06 Niko Matsakisruntest: rustfmt
2017-12-06 borsAuto merge of #46192 - arielb1:locally-coherent, r...
2017-12-06 Agustin Chiappe... and refactor to just move the checking
2017-12-06 borsAuto merge of #46521 - SimonSapin:uninhabited-variants...
2017-12-06 borsAuto merge of #46530 - nrc:rls-update, r=alexcrichton
2017-12-06 Nick CameronUpdate Cargo
2017-12-06 Nick CameronUpdate rls and rustfmt
2017-12-06 borsAuto merge of #45898 - JRegimbal:master, r=QuietMisdreavus
2017-12-06 CensoredUsernameStabilize abi_sysv64
2017-12-06 Ariel Ben-Yehudawork around weird match arm lifetimes
2017-12-05 Jeff CrockerFormat function interface fingerprint hash tests
2017-12-05 Jeff CrockerUpdate 'while loop' fingerprint hash tests
2017-12-05 Jeff CrockerUpdate 'while let loop' fingerprint hash tests
2017-12-05 Ariel Ben-Yehudamore comments
2017-12-05 Jeff CrockerUpdate loop expression fingerprint hash tests
2017-12-05 Simon Sapinrustc_trans: don't write discriminants for uninhabited...
2017-12-05 Jeff CrockerUpdate inline asm fingerprint hash tests
2017-12-05 Ariel Ben-Yehudaconvert errors to warnings
2017-12-05 Jeff CrockerUpdate function interface fingerprint hash tests
2017-12-05 JRegimbalChanged tab names to those agreed upon.
2017-12-05 Ariel Ben-Yehudaadjust libcore
2017-12-05 Ariel Ben-Yehudafix borrows across loops, libcore *almost* compiles
2017-12-05 Ariel Ben-Yehudafix handling of immutable variables
2017-12-05 Ariel Ben-Yehudahandle gen/kill sets together
2017-12-05 Ariel Ben-Yehudafix handling of CallScopeData
2017-12-05 Ariel Ben-Yehudaimprove conflict error reporting
2017-12-05 Ariel Ben-Yehudafix handling of consts in borrow-checking
2017-12-05 Ariel Ben-YehudaMIR borrowck: avoid formatting state when it is not...
2017-12-05 Ariel Ben-YehudaMIR borrowck: implement union-and-array-compatible...
2017-12-05 Jeff CrockerUpdate for loop fingerprint hash tests
2017-12-05 Jeff CrockerUpdate closure expression fingerprint hash tests
2017-12-05 Havvycompile_error example blurbs
2017-12-05 borsAuto merge of #46514 - zackmdavis:sticking_it_to_the_ma...
2017-12-05 borsAuto merge of #46498 - malbarbo:dist-armv5te, r=alexcri...
2017-12-05 steveklabnikMention the name of ? in Result's docs
2017-12-05 Ariel Ben-Yehudaadd a comment and assertion explaining everything
2017-12-05 Ariel Ben-Yehudaimprove error reporting
2017-12-05 Ariel Ben-Yehudaconvert the new conflicts to a soft error
2017-12-05 Ariel Ben-Yehudarefactor a bit
2017-12-05 Ariel Ben-Yehudaimprove treatment of local types in "remote coherence...
2017-12-05 borsAuto merge of #46492 - eddyb:move-ops, r=arielb1
2017-12-05 Eduard-Mihai... rustc_mir: don't move temporaries that are still used...
2017-12-05 HavvyNo unused macro warning in compile_error example.
2017-12-05 Marco A L BarbosaAdd armv5te-unknown-linux-gnueabi to cross builder
2017-12-05 borsAuto merge of #46503 - Aaron1011:librustdoc_log, r...
2017-12-05 Zack M. Davistemplate month/year, version into man pages while build...
2017-12-05 borsAuto merge of #46499 - malbarbo:rename-cross, r=alexcri...
2017-12-05 HavvyGive compile_error macro examples
2017-12-05 Corey FarwellDocument behavior of `ptr::swap` with overlapping regio...
2017-12-05 borsAuto merge of #46403 - oli-obk:generic_missing_impl...
2017-12-05 borsAuto merge of #46305 - irinagpopa:backstory, r=alexcric...
2017-12-04 Aaron HillRemove librustdoc dependency on log
2017-12-04 borsAuto merge of #46427 - michaelwoerister:transitive...
2017-12-04 Guillaume GomezImprove search style
2017-12-04 borsAuto merge of #46319 - nikomatsakis:nll-master-to-rust...
2017-12-04 Marco A L BarbosaRename cross(2) builder to dist-various-{1,2}
2017-12-04 TimoUpdate old link
2017-12-04 Niko Matsakisadopt `longer` and `shorter` rather than `fr` and ...
2017-12-04 Niko Matsakisoutlives/env: fix comment, say must and not should
2017-12-04 borsAuto merge of #46463 - nak3:fix-invalid-docs-path,...
2017-12-04 Irina-Gabriela... rustc_back: replace tempdir with crates.io version.
2017-12-04 Irina-Gabriela... rustc_back: move dynamic_lib to rustc_metadata.
2017-12-04 Irina-Gabriela... rustc_back: remove slice module in favor of std::slice...
2017-12-04 Niko Matsakistranstive_relation: fix typo in comment for `parents`
2017-12-04 Niko Matsakisoutlives/env: Fix comment that lost surrounding context.
2017-12-04 Niko Matsakisregion_infer: Fix typo in comment
2017-12-04 Niko Matsakisfree_region_map: Fix typo in comment: r_a <= r_b
2017-12-04 Niko Matsakistype_check.rs: rustfmt
2017-12-04 Niko Matsakisremove unused span from `eq_types` (and rustfmt slightly)
2017-12-04 Niko Matsakisdocument `closure_base_def_id`
2017-12-04 Niko Matsakisfix debruijn account in `for_each_free_region`
2017-12-04 Niko Matsakisrename "free region" to "universally quantified region"
2017-12-04 Niko Matsakisintroduce `closure_env_ty` helper to compute ty of...
2017-12-04 Niko Matsakismove `liberate_late_bound_regions` to a method on the tcx
2017-12-04 Niko MatsakisMIR dump: restructure pretty to be more extensible...
2017-12-04 Niko Matsakisconstraint_generation: create liveness constraints...
2017-12-04 Niko Matsakisextend TransitiveRelation with `parents` function
2017-12-04 Niko Matsakispromote region_infer into its own module
2017-12-04 Niko Matsakisrename `greater_than` to `reachable_from`
2017-12-04 Niko Matsakisbreak type-checking of aggregate-kind out into helper...
2017-12-04 Niko Matsakisrename `implied_bounds` module to `bounds`
2017-12-04 Niko Matsakisextract the code to create `OutlivesBounds` into its...
2017-12-04 Niko Matsakismake `no_late_bound_regions` a method on `Binder<T>`
2017-12-04 Niko Matsakismake `resolve_regions_and_report_errors` take an `Outli...
2017-12-04 Niko Matsakismove `free_regions_map` into `infer::outlives`
2017-12-04 Niko Matsakisextract the `implied_bounds` code into a helper function
2017-12-04 Zack M. Davisregion_infer: BitMatrix representation of region values
2017-12-04 Paul Daniel... inform constraint generation using maybe-init
2017-12-04 Niko Matsakisborrow_check.rs: rustfmt
2017-12-04 Kenjiro NakayamaFix invalid docs path for compiler plugins
2017-12-04 Niko Matsakisreplace constant regions with a post-inference check
2017-12-04 Niko Matsakisseparate out the liveness constraints from the final...
2017-12-04 borsAuto merge of #46486 - scottmcm:i128-target-option...
2017-12-04 borsAuto merge of #46485 - khuey:cursor-read_exact, r=Manis...
2017-12-04 Scott McMurrayAdd an i128_lowering flag in TargetOptions
2017-12-04 Kyle HueyAdd a specialization of read_exact for Cursor.
2017-12-03 borsAuto merge of #46482 - frewsxcv:rollup, r=frewsxcv
2017-12-03 Corey FarwellRollup merge of #46473 - frewsxcv:frewsxcv-param-name...
next