]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-04 Mark Mansimove region errors to diagnostics module
2019-12-04 Mark Mansifix imports
2019-12-04 Mark Mansimove explain_borrow to diagnostics
2019-12-04 Mark Mansifix imports
2019-12-04 Mark Mansicreate new borrow_check::diagnostics module and move...
2019-12-04 Jethro BeekmanSGX: Fix target linker used by bootstrap
2019-12-04 borsAuto merge of #66408 - nnethercote:greedy-process_oblig...
2019-12-04 Elichai TurkelFix docs for formatting delegations
2019-12-04 Guillaume Gomezsome error codes long explanation
2019-12-04 Guillaume GomezClean up E0118 error code long explanation
2019-12-04 Guillaume GomezClean up E0117 error code long explanation
2019-12-04 Guillaume GomezClean up E0116 error code long explanation
2019-12-04 borsAuto merge of #66275 - oli-obk:organize-intrinsics...
2019-12-04 Guillaume GomezRemove potential cfgs duplicates
2019-12-04 borsAuto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa
2019-12-04 Esteban KüberAccount for raw idents in module file finding
2019-12-04 Esteban Küberreview comments: move test
2019-12-04 borsAuto merge of #66996 - ehuss:update-cargo, r=alexcrichton
2019-12-04 Aaron HillInclude a span in more `expected...found` notes
2019-12-04 Esteban KüberAccurately portray raw identifiers in error messages
2019-12-04 Aaron HillDisable issue-59756 test for now
2019-12-04 Aaron HillEmit coercion suggestions in more places
2019-12-04 borsAuto merge of #66995 - flip1995:clippyup, r=Manishearth
2019-12-04 Oliver Middletonrustdoc: Add test for fixed issue
2019-12-04 Oliver SchererLeave fixme
2019-12-04 flip1995Update Clippy
2019-12-04 Andrew Banchichcapitalize Rust
2019-12-03 borsAuto merge of #66925 - RalfJung:miri, r=RalfJung
2019-12-03 Sen JiangFix documentation of pattern for str::matches()
2019-12-03 Guillaume Gomezclean up E0107 error explanation
2019-12-03 Reese WilliamsUpdate missed test.
2019-12-03 Umesh KalappaModified the testcases for VxWorks
2019-12-03 borsAuto merge of #66997 - Centril:rollup-uraqpgu, r=Centril
2019-12-03 Mazdak FarrokhzadRollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton
2019-12-03 Mazdak FarrokhzadRollup merge of #66960 - wesleywiser:fix_66787_take2...
2019-12-03 Mazdak FarrokhzadRollup merge of #66957 - parthsane:pvs/ftx_lld_linker...
2019-12-03 Mazdak FarrokhzadRollup merge of #66951 - RalfJung:miri-machine-stop...
2019-12-03 Mazdak FarrokhzadRollup merge of #66903 - Centril:parse-enum-variant...
2019-12-03 Mazdak FarrokhzadRollup merge of #66878 - Mark-Simulacrum:sess-decouple...
2019-12-03 Mazdak FarrokhzadRollup merge of #66750 - alexcrichton:update-wasi,...
2019-12-03 Eric HussUpdate cargo
2019-12-03 BaoshanPangadd ExitStatusExt into prelude
2019-12-03 Mark RousskovFix UI tests for new locations
2019-12-03 Mark RousskovDeduplicate CrateConfig
2019-12-03 Mark RousskovMove Session to librustc_session
2019-12-03 Mark RousskovMove ParseSess to librustc_session
2019-12-03 Mark RousskovMove BufferedEarlyLint to librustc_session
2019-12-03 Mark RousskovDuplicate CrateConfig into Session
2019-12-03 Mark RousskovRemove dead cfg method
2019-12-03 Mark RousskovDirectly use types from libsyntax::ast
2019-12-03 Mark RousskovRe-export Client from rustc_data_structures::jobserver
2019-12-03 Mark RousskovMove NativeLibraryKind to rustc_session
2019-12-03 Mark RousskovMove early lint declarations to librustc_session
2019-12-03 Mark RousskovMove Lint to rustc_session
2019-12-03 Mark RousskovMove Level to rustc_session
2019-12-03 Mark RousskovMove duration_to_secs_str to rustc_session
2019-12-03 Mark RousskovMove cgu_reuse_tracker to librustc_session
2019-12-03 Mark RousskovIntroduce rustc_session crate
2019-12-03 Mark RousskovDecouple CguReuseTracker from Session
2019-12-03 Mark RousskovUse FxHash* from data structures not nodemap
2019-12-03 Ralf Jungupdate miri
2019-12-03 Ömer Sinan... Fix angle bracket formatting when dumping MIR debug...
2019-12-03 Alex CrichtonUpdate the `wasi` crate for `wasm32-wasi`
2019-12-03 Esteban KüberTweak wording of `collect()` on bad target type
2019-12-03 Eduard-Mihai... rustc: add docs to FnAbi::{of_fn_ptr,of_instance} and...
2019-12-03 Eduard-Mihai... rustc: move Instance::fn_sig to ty::layout and privatiz...
2019-12-03 Eduard-Mihai... rustc_target: add abi::call::Conv::Rust distinct from...
2019-12-03 Eduard-Mihai... rustc_codegen_llvm: privatize as much of attributes...
2019-12-03 Eduard-Mihai... rustc_codegen_llvm: take an Instance in attributes...
2019-12-03 Eduard-Mihai... rustc_codegen_llvm: rewrite debuginfo::get_function_sig...
2019-12-03 Eduard-Mihai... rustc: take a PolyFnSig instead of an FnSig in FnAbi...
2019-12-03 Eduard-Mihai... rustc: rename FnAbi::new to FnAbi::of_fn_ptr.
2019-12-03 Eduard-Mihai... rustc: compute FnAbi's for virtual calls through FnAbi...
2019-12-03 Eduard-Mihai... rustc: use ReifyShim for reifying Virtual call instances.
2019-12-03 Eduard-Mihai... rustc_codegen_ssa: use FnAbi::of_instance wherever...
2019-12-03 Eduard-Mihai... rustc_codegen_llvm: move NoReturn attribute to apply_at...
2019-12-03 Eduard-Mihai... rustc_codegen_ssa: take a FnAbi instead of a FnSig...
2019-12-03 Eduard-Mihai... rustc_codegen_ssa: remove define_fn and define_internal_fn.
2019-12-03 borsAuto merge of #66982 - Centril:rollup-yq2281i, r=Centril
2019-12-03 Reese WilliamsUse simpler code example for E0631 long error.
2019-12-03 Eduard-Mihai... rustc_codegen_ssa: clean up lifetimes on TerminatorCode...
2019-12-03 Eduard-Mihai... rustc_codegen_ssa: make codegen_instance a simple wrapp...
2019-12-03 Eduard-Mihai... rustc_codegen_ssa: use &'tcx mir::Body<'tcx> instead...
2019-12-03 Wesley Wiser[const-prop] Fix ICE calculating enum discriminant
2019-12-03 Eduard-Mihai... rustc: expose the mir::Body reference lifetime from...
2019-12-03 Eduard-Mihai... rustc_mir: don't hardcode InstanceDef::VtableShim behav...
2019-12-03 Eduard-Mihai... rustc: combine Instance::fn_sig_noadjust and Instance...
2019-12-03 Mazdak FarrokhzadRollup merge of #66967 - Nadrieril:remove-or-pat-hack...
2019-12-03 Mazdak FarrokhzadRollup merge of #66941 - CAD97:nord, r=Dylan-DPC
2019-12-03 Mazdak FarrokhzadRollup merge of #66935 - petrochenkov:attrtok2, r=Centril
2019-12-03 Mazdak FarrokhzadRollup merge of #66904 - DevinR528:keyword-doc, r=Dylan-DPC
2019-12-03 Mazdak FarrokhzadRollup merge of #66651 - Areredify:on-unimplemented...
2019-12-03 Mazdak FarrokhzadRollup merge of #66148 - oli-obk:it_must_be_a_sign...
2019-12-03 borsAuto merge of #66947 - matthiaskrgr:submodule_upd,...
2019-12-03 Oliver SchererExplain why "loading" constness from extern crates...
2019-12-03 Oliver Schererconst fns can read constants that invoke unstable const fns
2019-12-03 Oliver SchererExplain the difference between the two whitelists
2019-12-03 Oliver SchererTidy
2019-12-03 Oliver SchererMove all intrinsic whitelists into the constness check...
2019-12-03 Oliver SchererOnly check `min_const_fn` for const fns
next