]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-01-08 borsAuto merge of #38813 - eddyb:lazy-11, r=nikomatsakis
2017-01-08 borsAuto merge of #38679 - alexcrichton:always-deny-warning...
2017-01-08 borsAuto merge of #38883 - alexcrichton:android-flaky,...
2017-01-08 borsAuto merge of #38822 - michaelwoerister:collect-fn...
2017-01-08 borsAuto merge of #38807 - comex:pprint-expr-attr, r=nrc
2017-01-08 borsAuto merge of #38798 - jsgf:fix-rpath, r=nikomatsakis
2017-01-07 borsAuto merge of #38781 - SimonSapin:unishrink, r=alexcrichton
2017-01-07 borsAuto merge of #38733 - sfackler:peek-mut-pop, r=alexcri...
2017-01-07 borsAuto merge of #38551 - aidanhs:aphs-vec-in-place, r...
2017-01-07 borsAuto merge of #38469 - tbu-:pr_writeln_no_args, r=brson
2017-01-07 borsAuto merge of #38327 - Yamakaky:into-ipaddr, r=brson
2017-01-07 borsAuto merge of #38859 - jonathandturner:E0088_fix, r...
2017-01-07 borsAuto merge of #38858 - ollie27:rustbuild_docs_std,...
2017-01-07 borsAuto merge of #38855 - Mark-Simulacrum:immediate-fix...
2017-01-06 borsAuto merge of #38835 - alexcrichton:less-overlapped...
2017-01-06 borsAuto merge of #38815 - cardoe:fix-print, r=nikomatsakis
2017-01-06 Eduard-Mihai... rustc: store ty::Tables separately for each body (excep...
2017-01-06 Eduard-Mihai... rustc: keep track of tables everywhere as if they were...
2017-01-06 borsAuto merge of #38792 - jseyfried:improve_macros_11_diag...
2017-01-06 Alex Crichtoncompiletest: Fix flaky Android gdb test runs
2017-01-06 borsAuto merge of #38304 - sfackler:no-ipv6only, r=alexcrichton
2017-01-06 borsAuto merge of #38833 - arielb1:constant-mir-overflow...
2017-01-06 borsAuto merge of #38793 - jseyfried:fix_macro_export_dupli...
2017-01-06 Steven FacklerDeprecate TcpListener::set_only_v6
2017-01-06 Steven FacklerAdd a tracking issue
2017-01-06 borsAuto merge of #38069 - canndrew:empty-sub-patterns...
2017-01-05 Jonathan TurnerFix tidy warning
2017-01-05 Jonathan TurnerAdd in test for E0090
2017-01-05 Jonathan TurnerAdd back in previous logic and remove span shrinking
2017-01-05 Oliver Middletonrustbuild: Stop building docs for std dependancies
2017-01-05 borsAuto merge of #38689 - pnkfelix:dont-check-stability...
2017-01-05 Mark SimulacrumFix ICE on i686 when calling immediate() on OperandValu...
2017-01-05 borsAuto merge of #38817 - jseyfried:improve_unused_qualifi...
2017-01-05 Andrew Cannfix doc test for E0001
2017-01-05 Andrew CannUn-remove E0001, put a notice on it instead
2017-01-05 borsAuto merge of #38152 - arielb1:special-copy, r=nikomatsakis
2017-01-05 borsAuto merge of #38776 - eddyb:unsigned-means-unsigned...
2017-01-05 borsAuto merge of #38767 - est31:master, r=eddyb
2017-01-05 borsAuto merge of #38756 - Mark-Simulacrum:2nd-trans-cleanu...
2017-01-05 borsAuto merge of #38731 - alexcrichton:supafast-cross...
2017-01-05 borsAuto merge of #38770 - steveklabnik:doc-custom-derive...
2017-01-04 Alex Crichtonstd: Don't pass overlapped handles to processes
2017-01-04 Ariel Ben-Yehudafix promotion of MIR terminators
2017-01-04 Steve KlabnikDocument custom derive.
2017-01-04 Michael Woeristertrans: Make the trans-item collector see through VTable...
2017-01-04 borsAuto merge of #38783 - alexcrichton:stabilize-proc...
2017-01-04 Alex Crichtonrustbuild: Quickly `dist` cross-host compilers
2017-01-04 Mark SimulacrumFix errors introduced during rebase
2017-01-04 Mark SimulacrumSimplify handling of dropping structs.
2017-01-04 Mark SimulacrumPull out downcasting into caller of iter_variant
2017-01-04 Mark SimulacrumRemove extraneous setting of builder positions.
2017-01-04 Mark SimulacrumSimplify code further
2017-01-04 Mark SimulacrumInline and remove Builder::entry_block
2017-01-04 Mark SimulacrumFix style nit
2017-01-04 Mark SimulacrumBuilder.build_new_block -> Builder.build_sibling_block
2017-01-04 Mark SimulacrumInline trans_switch to simplify code
2017-01-04 Mark SimulacrumMove trans_field_ptr and struct_field_ptr to mir/lvalue
2017-01-04 Mark SimulacrumMove trans_const to mir::constant
2017-01-04 Mark SimulacrumChange trans_field_ptr to utilize LvalueTy to determine...
2017-01-04 Mark SimulacrumUse LvalueRef instead of MaybeSizedValue
2017-01-04 Mark SimulacrumSimpliy block creation in MirContext
2017-01-04 Mark SimulacrumAdd Builder::sess and Builder::tcx methods
2017-01-04 Mark SimulacrumAdd method, new_block, to MirContext for block construc...
2017-01-04 Mark SimulacrumPurge FunctionContext
2017-01-04 Mark SimulacrumReplace BlockAndBuilder with Builder.
2017-01-04 est31Add test for i128 ffi usage
2017-01-04 est31enhance u128 overflow tests
2017-01-04 borsAuto merge of #38414 - estebank:doc-dissambiguate,...
2017-01-04 Michael Woeristertrans: Collect drop-glue translation item for closure...
2017-01-04 borsAuto merge of #38670 - dotdash:transmute_align, r=eddyb
2017-01-04 Ariel Ben-Yehudatypeck::coherence::builtin - sort impls in the DefId...
2017-01-04 borsAuto merge of #38773 - sanxiyn:rustdoc-ice, r=steveklabnik
2017-01-04 Jeffrey SeyfriedFix regression with duplicate `#[macro_export] macro_ru...
2017-01-04 borsAuto merge of #38552 - eddyb:bad-blocks, r=arielb1
2017-01-04 Jeffrey SeyfriedDon't `unused_qualifications`-check global paths.
2017-01-04 Doug Goldsteinfix help for the --print option
2017-01-04 borsAuto merge of #38707 - redox-os:master, r=brson
2017-01-04 Eduard-Mihai... Update for changes to TraitItem on master.
2017-01-04 Eduard-Mihai... Don't leak the compiler's internal representation of...
2017-01-04 Andrew CannFix build after rebase
2017-01-04 borsAuto merge of #38809 - alexcrichton:rustbuild-fresh...
2017-01-03 borsAuto merge of #38066 - bluss:string-slice-error, r...
2017-01-03 Jeremy SollerRevert cargo.lock
2017-01-03 Jeremy SollerRemove -lc, -lm from the target spec - the cross compil...
2017-01-03 Alex Crichtonrustbuild: Update where we look for mtime changes
2017-01-03 Alex Crichtonrustbuild: Allow create_sysroot in stage0
2017-01-03 Ariel Ben-Yehudasimplify Copy implementation error reporting
2017-01-03 Ariel Ben-Yehudarustfmt coherence::builtin
2017-01-03 Ariel Ben-Yehudanormalize field types in copy implementations
2017-01-03 Ariel Ben-Yehudacoherence: check builtin impls after the specialization...
2017-01-03 Ariel Ben-Yehudacoherence: code cleanup
2017-01-03 Ariel Ben-Yehudacoherence: move the builtin trait checks to their own...
2017-01-03 Eduard-Mihai... Properly ban the negation of unsigned integers in type...
2017-01-03 Jeremy Fitzhardingerustc: use -Xlinker when specifying an rpath with ...
2017-01-03 comexPrint attributes on expressions when pretty printing.
2017-01-03 Felix S. Klock IIRegression test and exploratory unit test.
2017-01-03 Felix S. Klock IIDont check stability for items that are not pub to...
2017-01-03 borsAuto merge of #38473 - zackmdavis:issue_kebab, r=sanxiyn
2017-01-03 Andrew CannFix make tidy
2017-01-03 Andrew CannChange file structure, add comments for inhabitedness.rs
next