]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-09 Mazdak FarrokhzadRollup merge of #58670 - saleemjaffer:refactor_typecast...
2019-03-09 Mazdak FarrokhzadRollup merge of #58660 - RalfJung:maybe-uninit, r=Centril
2019-03-09 Mazdak FarrokhzadRollup merge of #58629 - euclio:debug-empty-str, r...
2019-03-09 Mazdak FarrokhzadRollup merge of #58626 - QuietMisdreavus:doc-coverage...
2019-03-09 Mazdak FarrokhzadRollup merge of #58518 - oli-obk:unreachable_result_err...
2019-03-09 borsAuto merge of #57882 - euclio:unused-doc-attributes...
2019-03-09 borsAuto merge of #59012 - pietroalbini:rollup, r=pietroalbini
2019-03-09 borsAuto merge of #58920 - ehuss:update-cargo-rls, r=ehuss
2019-03-08 borsAuto merge of #58985 - dlrobertson:fix_58980, r=alexreg
2019-03-08 Eric HussUpdate books
2019-03-08 Eric HussUpdate cargo, rls
2019-03-08 Andy Russellexpand unused doc comment diagnostic
2019-03-08 Andy Russellimprove unused doc comment diagnostic reporting
2019-03-08 borsAuto merge of #58915 - ljedrz:deprecate_nodeid_methods...
2019-03-08 ljedrzupdate clippy
2019-03-08 Pietro AlbiniRollup merge of #59007 - varkor:invalid-const-arg-test...
2019-03-08 Pietro AlbiniRollup merge of #58984 - estebank:multi-treat-err-as...
2019-03-08 Pietro AlbiniRollup merge of #58970 - pnkfelix:issue-58158-size...
2019-03-08 Pietro AlbiniRollup merge of #58963 - seanmonstar:patch-3, r=cramertj
2019-03-08 Pietro AlbiniRollup merge of #58961 - estebank:issue-58462, r=varkor
2019-03-08 Pietro AlbiniRollup merge of #58950 - Lucretiel:patch-5, r=alexcrichton
2019-03-08 Pietro AlbiniRollup merge of #58940 - ThisIsADogHello:patch-1, r...
2019-03-08 Pietro AlbiniRollup merge of #58931 - estebank:elide-receiver-tyerr...
2019-03-08 Pietro AlbiniRollup merge of #58926 - gabi-250:tcx-lifetimes, r...
2019-03-08 Pietro AlbiniRollup merge of #58921 - cuviper:issue-50582, r=varkor
2019-03-08 Pietro AlbiniRollup merge of #58918 - gilescope:async-await-issue...
2019-03-08 Pietro AlbiniRollup merge of #58916 - tspiteri:release-notes, r...
2019-03-08 Pietro AlbiniRollup merge of #58912 - pnkfelix:issue-58813-incr...
2019-03-08 Pietro AlbiniRollup merge of #58911 - pnkfelix:issue-58435-regressio...
2019-03-08 Pietro AlbiniRollup merge of #58906 - Nemo157:generator-state-debug...
2019-03-08 Pietro AlbiniRollup merge of #58893 - benaryorg:thread_local_example...
2019-03-08 Pietro AlbiniRollup merge of #58891 - Delta-Psi:doc-fixes, r=Centril
2019-03-08 Pietro AlbiniRollup merge of #58883 - estebank:unused-closure-arg...
2019-03-08 Pietro AlbiniRollup merge of #58877 - estebank:macro-borrow, r=davidtwco
2019-03-08 Pietro AlbiniRollup merge of #58861 - estebank:fix-negative-traits...
2019-03-08 Pietro AlbiniRollup merge of #58369 - nox:sync-hash-map-entry, r...
2019-03-08 Pietro AlbiniRollup merge of #58269 - taeguk:add-some-sources-to...
2019-03-08 Pietro AlbiniRollup merge of #58204 - estebank:impl-trait-semi,...
2019-03-08 Pietro AlbiniRollup merge of #58080 - MikaelUrankar:freebsd_arm...
2019-03-08 borsAuto merge of #58903 - estebank:forgetful-delims, r...
2019-03-08 borsAuto merge of #58013 - Zoxc:stable-hash-macro-simple...
2019-03-07 varkorAdd a test for invalid const arguments
2019-03-07 Esteban Küberupdate treat-err-as-bug test
2019-03-07 Esteban KüberUpdate treat-err-as-bug help text
2019-03-07 Esteban KüberFix with_emitter callers
2019-03-07 Esteban Küberfix bad logic
2019-03-07 Dan RobertsonFix segfaults in release build C-variadic fns
2019-03-07 ljedrzhir: remove some obsolete NodeId methods
2019-03-07 ljedrzhir: remove Visitor::visit_def_mention
2019-03-07 ljedrzhir: replace NodeId with HirId in Destination
2019-03-07 ljedrzhir: remove NodeId from PatKind
2019-03-07 Esteban KüberKeep current behavior while accepting error count
2019-03-07 Esteban Küberfix bad use of with_emitter
2019-03-07 ljedrzhir: remove NodeId from PathSegment
2019-03-07 ljedrzHirIdification: replace NodeId method calls
2019-03-07 Esteban KuberFix incorrect default
2019-03-07 Esteban KüberMake `-Z treat-err-as-bug` take a number of errors...
2019-03-07 Esteban KüberRely on drop to emit unclosed delims
2019-03-07 Esteban KüberSimplify code
2019-03-07 Esteban KüberAdd regression test for #58886
2019-03-07 Esteban KüberAlways emit mismatched delim errors, never panic
2019-03-07 Esteban KüberCollect unclosed delimiters in parent parser
2019-03-07 Esteban KüberEmit missing unclosed delimiter errors
2019-03-07 Esteban KüberPanic when unmatched delimiters aren't emitted
2019-03-07 Esteban KüberReduce test case
2019-03-07 Esteban KüberEmit unclosed delimiters during recovery
2019-03-07 Esteban KüberBail when encountering a second unexpected token in...
2019-03-07 Esteban KüberDo not panic on missing close paren
2019-03-07 borsAuto merge of #58583 - varkor:const-generics-ty, r...
2019-03-06 Esteban KüberSurround found token with `
2019-03-06 Ralf JungApply suggestions from code review
2019-03-06 Mazdak FarrokhzadApply suggestions from code review
2019-03-06 John Kåre AlsakerMake Cargo a rustc tool again
2019-03-06 Andy Russellrust-lldb: fix crash when printing empty string
2019-03-06 Felix S. Klock IIRegression test for issue #58158.
2019-03-06 Felix S. Klock IIAvoid ICE during `repr(packed)` well-formedness check...
2019-03-06 Felix S. Klock IIRegression test for #58813
2019-03-06 varkorRefactor const_to_op
2019-03-06 Giles CopeDesugared asyncs into generators and minimised.
2019-03-06 Sean McArthurlibstd: implement Error::source for io::Error
2019-03-06 Esteban KüberOn incorrect cfg literal/identifier, point at the right...
2019-03-05 varkorMake adjustments for comments
2019-03-05 varkorFix rebase fallout
2019-03-05 varkorClean up some generic substs handling
2019-03-05 varkorFix negative integer literal test
2019-03-05 varkorUpdate test fallout
2019-03-05 varkorUpdate const generics tests
2019-03-05 varkorHandle const generics elsewhere
2019-03-05 varkorHandle const generics in typeck
2019-03-05 varkorHandle new ConstValue variants in mir
2019-03-05 varkorImplement structural_impls for const generics
2019-03-05 varkorAdd HAS_CT_INFER
2019-03-05 varkorStub rustdoc const generics implementations
2019-03-05 varkorImplement collect for const parameters
2019-03-05 varkorImplement wfcheck for const parameters
2019-03-05 varkorRefactor compare_method
2019-03-05 varkorAdd ast_const_to_const
2019-03-05 varkorMake a lazy const from a const param
2019-03-05 varkorPretty printing for const generics
2019-03-05 varkorAdd const type flags
next